﻿.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible{
	display:block;
}

#masonry1 > a img {
   margin-left: 0 !important; 
    margin-top: 0 !important;
    }
.card {
border-top:0!important;
border-right:0!important;
border-left:0!important;
border-bottom: 1px solid rgba(0,0,0,.125)!important;
}

/*Removes padding from the container to make the gallery wider when using mobile devices*/
@media screen and (max-width: 426px) {

.container:has(div.justified-gallery){
	padding-right:0;
	padding-left:0;
}
}